'Declaration Public ReadOnly Property Keys As ICollection(Of TKey)
'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim value As ICollection(Of TKey) value = instance.Keys
public ICollection<TKey> Keys {get;}
public: __property ICollection<TKey*>* get_Keys();
public: property ICollection<TKey^>^ Keys { ICollection<TKey^>^ get(); }